SciChart.Data Assembly > SciChart.Data.Model Namespace > DoubleRange Class > SetMinMax Method : SetMinMax(Double,Double,IRange<Double>) Method
The new Min value.
The new Max value.
The max range, which is used to clip values.
SetMinMax(Double,Double,IRange<Double>) Method
Sets the Min, Max values on the IRange with a max range to clip values to, returning this instance after modification
Syntax
public override IRange<double> SetMinMax( 
   double min,
   double max,
   IRange<double> maxRange
)

Parameters

min
The new Min value.
max
The new Max value.
maxRange
The max range, which is used to clip values.

Return Value

This instance, after the operation
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also